projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24c42f
)
(unfocus-frame, focus-frame): Define as no-ops.
author
Miles Bader
<miles@gnu.org>
Thu, 4 Jul 1996 05:45:59 +0000
(
05:45
+0000)
committer
Miles Bader
<miles@gnu.org>
Thu, 4 Jul 1996 05:45:59 +0000
(
05:45
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index f5087fc68511ebc2f4d7b84f23b4b986c7cce28f..102e60eba49e58cf081f05e71b8ef4c593323268 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-429,6
+429,8
@@
as returned by the `event-start' and `event-end' functions."
Please convert your programs to use the variable `baud-rate' directly."
baud-rate)
+(defalias 'focus-frame 'ignore)
+(defalias 'unfocus-frame 'ignore)
\f
;;;; Alternate names for functions - these are not being phased out.